home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / network / simnet / !SimNet / 1 / Menus < prev    next >
Encoding:
Text File  |  1994-09-13  |  1.8 KB  |  79 lines

  1. # Menu template for SimNet, Version 1.0
  2. # (c) Copyright 1993, Chris Corbett
  3.  
  4. Operations
  5.  Misc               @Misc
  6.  File               @File
  7.  Edit               @Edit
  8.  Server             @ServerOps
  9.  Reports            @Reports
  10.  Network            @Network
  11.  
  12. Misc
  13.  Info               !w_info%
  14.  Help         F1    \ShowHelpWindow
  15.  Quit               \Quit
  16.  
  17. Edit
  18.  Search ...   F4    \OpenFindWin
  19.  Select All   ^A    \SelectAll
  20.  Selection          @Selection
  21.  Sort               @Sort
  22.  New Users          !w_howmany%
  23.  Undo         F8    \Undo
  24.  Redo         F9    \Redo
  25.  
  26. File
  27.  FileInfo ... ^F3   \PwdInfo
  28.  Save ...      F3   \SavePwd
  29.  Remove             \Pwd_DelFromMem
  30.  Export             @Export
  31.  Load Backup        \LoadFromBackup
  32.  
  33. Sort
  34.  Name               \SortBy("Name")
  35.  Password           \SortBy("Password")
  36.  Home Directory     \SortBy("Urd")
  37.  Space              \SortBy("Space")
  38.  Privilege          \SortBy("Priv")
  39.  Boot Option        \SortBy("Boot")
  40.  
  41. Export
  42.  CSV                !w_savecsv%
  43.  TAB                !w_savetab%
  44.  
  45. Selection
  46.  Replicate Down F10  \ReplicateDown
  47.  Replicate Up   F11  \ReplicateUp
  48.  Delete         ^X  \DeleteSelection
  49.  Clear          ^Z  \ClearSelection
  50.  
  51. ServerOps
  52.  Create Dirs        !w_createdir%
  53.  Disk Space Used    \AcctStatus(1)
  54. -Date Last Used     \AcctStatus(2)
  55.  Logged In Users    \ListUsers
  56.  Logout a User      \UserLogout
  57.  Send Message       \SendMessage
  58. -Shutdown           \ServerShut
  59.  Login              \LoginToServer
  60.  
  61. Network
  62.  Show Map           \ShowNetMap
  63.  Station Ping       \Ping
  64.  
  65. Reports
  66. -Password File       \ReportStatus(1)
  67.  Space Used Per User \ReportStatus(2)
  68.  Last Time Acct Used \ReportStatus(3)
  69.  Space and Date      \ReportStatus(4)
  70.  System Accounts     \ReportStatus(5)
  71. -Null Passwords      \ReportStatus(6)
  72.  Full Report         \ReportStatus(7)
  73.  
  74. SimNet
  75.  Info               !w_info%
  76.  Options ...        \ShowDef
  77.  Quit               \Quit
  78.  
  79.